Html Css Color HEX #CFB513 Bird Flower

📋 copy color: '#CFB513'

red 207 ◦ green 181 ◦ blue 19

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

Shades of Bird Flower #CFB513

Tints of Bird Flower #CFB513

RGB

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

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

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

R = 50.86%
G = 44.47%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFB513 (or 0xCFB513) is known color: Bird Flower. HEX triplet: CF, B5 and 13. RGB value is (207,181,19). Sum of RGB (Red+Green+Blue) = 207+181+19=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB513 is #304AEC. Grayscale: #AAAAAA. Windows color (decimal): -3164909 or 1291727. OLE color: 1291727.

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

Color convert

RGB 207 181 19 -
CMYK 0 0.13 0.91 0.19
HSL 51.7º 0.83% 0.44% -
HSV(B) 51.7º 0.91% 0.81% -
XYZ 42.37 46.36 7.33 -
YUV 170.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 207 181 19 0 0.13 0.91 0.19 51.7 0.83 0.44
Hex CF B5 13 0 D 5B 13 34 53 2C
Octal 317 265 23 0 15 133 23 64 123 54
Binary 11001111 10110101 10011 0 1101 1011011 10011 110100 1010011 101100

Color Harmonies of #CFB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB513

Black with #CFB513

Text Example


Text Example

White with #CFB513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB513; }

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

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

background-color css

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

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

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

border-color css

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

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

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