Html Css Color HEX #CFB501 Bird Flower

📋 copy color: '#CFB501'

red 207 ◦ green 181 ◦ blue 1

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

Shades of Bird Flower #CFB501

Tints of Bird Flower #CFB501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.53%

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

R = 53.21%
G = 46.53%
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

#CFB501 (or 0xCFB501) is known color: Bird Flower. HEX triplet: CF, B5 and 01. RGB value is (207,181,1). Sum of RGB (Red+Green+Blue) = 207+181+1=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB501 is #304AFE. Grayscale: #A9A9A9. Windows color (decimal): -3164927 or 112079. OLE color: 112079.

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

Color convert

RGB 207 181 1 -
CMYK 0 0.13 1.00 0.19
HSL 52.43º 0.99% 0.41% -
HSV(B) 52.43º 1% 0.81% -
XYZ 42.26 46.32 6.74 -
YUV 168.25 33.61 155.64 -
System Red Green Blue C M Y K H S L
Decimal 207 181 1 0 0.13 1.00 0.19 52.43 0.99 0.41
Hex CF B5 1 0 D 64 13 34 63 29
Octal 317 265 1 0 15 144 23 64 143 51
Binary 11001111 10110101 1 0 1101 1100100 10011 110100 1100011 101001

Color Harmonies of #CFB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB501

Black with #CFB501

Text Example


Text Example

White with #CFB501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB501; }

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

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

background-color css

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

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

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

border-color css

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

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

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