Html Css Color HEX #CFB001 Bird Flower

📋 copy color: '#CFB001'

red 207 ◦ green 176 ◦ blue 1

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

Shades of Bird Flower #CFB001

Tints of Bird Flower #CFB001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.83%

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

R = 53.91%
G = 45.83%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFB001 (or 0xCFB001) is known color: Bird Flower. HEX triplet: CF, B0 and 01. RGB value is (207,176,1). Sum of RGB (Red+Green+Blue) = 207+176+1=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB001 is #304FFE. Grayscale: #A6A6A6. Windows color (decimal): -3166207 or 110799. OLE color: 110799.

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

Color convert

RGB 207 176 1 -
CMYK 0 0.15 1.00 0.19
HSL 50.97º 0.99% 0.41% -
HSV(B) 50.97º 1% 0.81% -
XYZ 41.26 44.32 6.41 -
YUV 165.32 35.27 157.73 -
System Red Green Blue C M Y K H S L
Decimal 207 176 1 0 0.15 1.00 0.19 50.97 0.99 0.41
Hex CF B0 1 0 F 64 13 33 63 29
Octal 317 260 1 0 17 144 23 63 143 51
Binary 11001111 10110000 1 0 1111 1100100 10011 110011 1100011 101001

Color Harmonies of #CFB001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB001

Black with #CFB001

Text Example


Text Example

White with #CFB001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB001; }

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

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

background-color css

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

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

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

border-color css

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

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

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