Html Css Color HEX #CFCC00 Bird Flower

📋 copy color: '#CFCC00'

red 207 ◦ green 204 ◦ blue 0

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

Shades of Bird Flower #CFCC00

Tints of Bird Flower #CFCC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.36%
G = 49.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFCC00 (or 0xCFCC00) is known color: Bird Flower. HEX triplet: CF, CC and 00. RGB value is (207,204,0). Sum of RGB (Red+Green+Blue) = 207+204+0=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC00 is #3033FF. Grayscale: #B6B6B6. Windows color (decimal): -3159040 or 52431. OLE color: 52431.

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

Color convert

RGB 207 204 0 -
CMYK 0 0.01 1 0.19
HSL 59.13º 1% 0.41% -
HSV(B) 59.13º 1% 0.81% -
XYZ 47.33 56.45 8.4 -
YUV 181.64 25.49 146.09 -
System Red Green Blue C M Y K H S L
Decimal 207 204 0 0 0.01 1 0.19 59.13 1 0.41
Hex CF CC 0 0 1 64 13 3B 64 29
Octal 317 314 0 0 1 144 23 73 144 51
Binary 11001111 11001100 0 0 1 1100100 10011 111011 1100100 101001

Color Harmonies of #CFCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC00

Black with #CFCC00

Text Example


Text Example

White with #CFCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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