Html Css Color HEX #CFC400 Bird Flower

📋 copy color: '#CFC400'

red 207 ◦ green 196 ◦ blue 0

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

Shades of Bird Flower #CFC400

Tints of Bird Flower #CFC400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.64%

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

R = 51.36%
G = 48.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFC400 (or 0xCFC400) is known color: Bird Flower. HEX triplet: CF, C4 and 00. RGB value is (207,196,0). Sum of RGB (Red+Green+Blue) = 207+196+0=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC400 is #303BFF. Grayscale: #B1B1B1. Windows color (decimal): -3161088 or 50383. OLE color: 50383.

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

Color convert

RGB 207 196 0 -
CMYK 0 0.05 1 0.19
HSL 56.81º 1% 0.41% -
HSV(B) 56.81º 1% 0.81% -
XYZ 45.47 52.75 7.78 -
YUV 176.95 28.14 149.44 -
System Red Green Blue C M Y K H S L
Decimal 207 196 0 0 0.05 1 0.19 56.81 1 0.41
Hex CF C4 0 0 5 64 13 39 64 29
Octal 317 304 0 0 5 144 23 71 144 51
Binary 11001111 11000100 0 0 101 1100100 10011 111001 1100100 101001

Color Harmonies of #CFC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC400

Black with #CFC400

Text Example


Text Example

White with #CFC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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