Html Css Color HEX #CFC401 Bird Flower

📋 copy color: '#CFC401'

red 207 ◦ green 196 ◦ blue 1

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

Shades of Bird Flower #CFC401

Tints of Bird Flower #CFC401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 51.24%
G = 48.51%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFC401 (or 0xCFC401) is known color: Bird Flower. HEX triplet: CF, C4 and 01. RGB value is (207,196,1). Sum of RGB (Red+Green+Blue) = 207+196+1=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC401 is #303BFE. Grayscale: #B1B1B1. Windows color (decimal): -3161087 or 115919. OLE color: 115919.

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

Color convert

RGB 207 196 1 -
CMYK 0 0.05 1.00 0.19
HSL 56.8º 0.99% 0.41% -
HSV(B) 56.8º 1% 0.81% -
XYZ 45.48 52.75 7.81 -
YUV 177.06 28.64 149.36 -
System Red Green Blue C M Y K H S L
Decimal 207 196 1 0 0.05 1.00 0.19 56.8 0.99 0.41
Hex CF C4 1 0 5 64 13 39 63 29
Octal 317 304 1 0 5 144 23 71 143 51
Binary 11001111 11000100 1 0 101 1100100 10011 111001 1100011 101001

Color Harmonies of #CFC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC401

Black with #CFC401

Text Example


Text Example

White with #CFC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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