Html Css Color HEX #CFB013 Bird Flower

📋 copy color: '#CFB013'

red 207 ◦ green 176 ◦ blue 19

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

Shades of Bird Flower #CFB013

Tints of Bird Flower #CFB013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 51.49%
G = 43.78%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFB013 (or 0xCFB013) is known color: Bird Flower. HEX triplet: CF, B0 and 13. RGB value is (207,176,19). Sum of RGB (Red+Green+Blue) = 207+176+19=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB013 is #304FEC. Grayscale: #A8A8A8. Windows color (decimal): -3166189 or 1290447. OLE color: 1290447.

HSL color Cylindrical-coordinate representation of color #CFB013: hue angle of 50.11º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFB013 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 19 -
CMYK 0 0.15 0.91 0.19
HSL 50.11º 0.83% 0.44% -
HSV(B) 50.11º 0.91% 0.81% -
XYZ 41.38 44.36 7 -
YUV 167.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 207 176 19 0 0.15 0.91 0.19 50.11 0.83 0.44
Hex CF B0 13 0 F 5B 13 32 53 2C
Octal 317 260 23 0 17 133 23 62 123 54
Binary 11001111 10110000 10011 0 1111 1011011 10011 110010 1010011 101100

Color Harmonies of #CFB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB013

Black with #CFB013

Text Example


Text Example

White with #CFB013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB013; }

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

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

background-color css

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

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

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

border-color css

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

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

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