Html Css Color HEX #CFB401 Bird Flower

📋 copy color: '#CFB401'

red 207 ◦ green 180 ◦ blue 1

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

Shades of Bird Flower #CFB401

Tints of Bird Flower #CFB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.39%

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

R = 53.35%
G = 46.39%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFB401 (or 0xCFB401) is known color: Bird Flower. HEX triplet: CF, B4 and 01. RGB value is (207,180,1). Sum of RGB (Red+Green+Blue) = 207+180+1=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB401 is #304BFE. Grayscale: #A8A8A8. Windows color (decimal): -3165183 or 111823. OLE color: 111823.

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

Color convert

RGB 207 180 1 -
CMYK 0 0.13 1.00 0.19
HSL 52.14º 0.99% 0.41% -
HSV(B) 52.14º 1% 0.81% -
XYZ 42.06 45.91 6.67 -
YUV 167.67 33.95 156.05 -
System Red Green Blue C M Y K H S L
Decimal 207 180 1 0 0.13 1.00 0.19 52.14 0.99 0.41
Hex CF B4 1 0 D 64 13 34 63 29
Octal 317 264 1 0 15 144 23 64 143 51
Binary 11001111 10110100 1 0 1101 1100100 10011 110100 1100011 101001

Color Harmonies of #CFB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB401

Black with #CFB401

Text Example


Text Example

White with #CFB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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