Html Css Color HEX #CFCC15 Bird Flower

📋 copy color: '#CFCC15'

red 207 ◦ green 204 ◦ blue 21

#CFCC15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CFCC15

Tints of Bird Flower #CFCC15

RGB

 RED value IS 207 (81.25% from 255) = 47.92%

 GREEN value IS 204 (80.08% from 255) = 47.22%

 BLUE value IS 21 (8.59% from 255) = 4.86%

R = 47.92%
G = 47.22%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFCC15 (or 0xCFCC15) is known color: Bird Flower. HEX triplet: CF, CC and 15. RGB value is (207,204,21). Sum of RGB (Red+Green+Blue) = 207+204+21=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC15 is #3033EA. Grayscale: #B8B8B8. Windows color (decimal): -3159019 or 1428687. OLE color: 1428687.

HSL color Cylindrical-coordinate representation of color #CFCC15: hue angle of 59.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFCC15 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 21 -
CMYK 0 0.01 0.90 0.19
HSL 59.03º 0.82% 0.45% -
HSV(B) 59.03º 0.9% 0.81% -
XYZ 47.46 56.51 9.11 -
YUV 184.04 35.99 144.38 -
System Red Green Blue C M Y K H S L
Decimal 207 204 21 0 0.01 0.90 0.19 59.03 0.82 0.45
Hex CF CC 15 0 1 5A 13 3B 52 2D
Octal 317 314 25 0 1 132 23 73 122 55
Binary 11001111 11001100 10101 0 1 1011010 10011 111011 1010010 101101

Color Harmonies of #CFCC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC15

Black with #CFCC15

Text Example


Text Example

White with #CFCC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC15; }

 p { color: rgb(207,204,21); }

 H1.HeaderClassName
 {
   color: #CFCC15;
 }
 .AnyTagClassName
 {
   color: #CFCC15;
 }
</style>

background-color css

<style>
 a { background-color: #CFCC15; }

 a { background-color: rgb(207,204,21); }

 div.DivClassName
 {
   background-color: #CFCC15;
 }
 .BgClassName
 {
   background-color: #CFCC15;
 }
</style>

border-color css

<style>
 span { border-color: #CFCC15; }

 span { border-color: rgb(207,204,21); }

 td.TdClassName
 {
   border-color: #CFCC15;
 }
 .TagClassName
 {
   border-color: #CFCC15;
 }
</style>