Html Css Color HEX #CFB713 Bird Flower

📋 copy color: '#CFB713'

red 207 ◦ green 183 ◦ blue 19

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

Shades of Bird Flower #CFB713

Tints of Bird Flower #CFB713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.74%

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

R = 50.61%
G = 44.74%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFB713 (or 0xCFB713) is known color: Bird Flower. HEX triplet: CF, B7 and 13. RGB value is (207,183,19). Sum of RGB (Red+Green+Blue) = 207+183+19=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB713 is #3048EC. Grayscale: #ACACAC. Windows color (decimal): -3164397 or 1292239. OLE color: 1292239.

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

Color convert

RGB 207 183 19 -
CMYK 0 0.12 0.91 0.19
HSL 52.34º 0.83% 0.44% -
HSV(B) 52.34º 0.91% 0.81% -
XYZ 42.78 47.18 7.47 -
YUV 171.48 41.95 153.34 -
System Red Green Blue C M Y K H S L
Decimal 207 183 19 0 0.12 0.91 0.19 52.34 0.83 0.44
Hex CF B7 13 0 C 5B 13 34 53 2C
Octal 317 267 23 0 14 133 23 64 123 54
Binary 11001111 10110111 10011 0 1100 1011011 10011 110100 1010011 101100

Color Harmonies of #CFB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB713

Black with #CFB713

Text Example


Text Example

White with #CFB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB713; }

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

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

background-color css

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

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

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

border-color css

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

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

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