Html Css Color HEX #CFC000 Bird Flower

📋 copy color: '#CFC000'

red 207 ◦ green 192 ◦ blue 0

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

Shades of Bird Flower #CFC000

Tints of Bird Flower #CFC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

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

R = 51.88%
G = 48.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFC000 (or 0xCFC000) is known color: Bird Flower. HEX triplet: CF, C0 and 00. RGB value is (207,192,0). Sum of RGB (Red+Green+Blue) = 207+192+0=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC000 is #303FFF. Grayscale: #AFAFAF. Windows color (decimal): -3162112 or 49359. OLE color: 49359.

HSL color Cylindrical-coordinate representation of color #CFC000: hue angle of 55.65º 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 #CFC000 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 192 0 -
CMYK 0 0.07 1 0.19
HSL 55.65º 1% 0.41% -
HSV(B) 55.65º 1% 0.81% -
XYZ 44.58 50.96 7.49 -
YUV 174.6 29.47 151.11 -
System Red Green Blue C M Y K H S L
Decimal 207 192 0 0 0.07 1 0.19 55.65 1 0.41
Hex CF C0 0 0 7 64 13 38 64 29
Octal 317 300 0 0 7 144 23 70 144 51
Binary 11001111 11000000 0 0 111 1100100 10011 111000 1100100 101001

Color Harmonies of #CFC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC000

Black with #CFC000

Text Example


Text Example

White with #CFC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC000; }

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

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

background-color css

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

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

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

border-color css

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

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

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