Html Css Color HEX #CFB913 Bird Flower

📋 copy color: '#CFB913'

red 207 ◦ green 185 ◦ blue 19

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

Shades of Bird Flower #CFB913

Tints of Bird Flower #CFB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

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

R = 50.36%
G = 45.01%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFB913 (or 0xCFB913) is known color: Bird Flower. HEX triplet: CF, B9 and 13. RGB value is (207,185,19). Sum of RGB (Red+Green+Blue) = 207+185+19=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB913 is #3046EC. Grayscale: #ADADAD. Windows color (decimal): -3163885 or 1292751. OLE color: 1292751.

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

Color convert

RGB 207 185 19 -
CMYK 0 0.11 0.91 0.19
HSL 52.98º 0.83% 0.44% -
HSV(B) 52.98º 0.91% 0.81% -
XYZ 43.2 48.01 7.61 -
YUV 172.65 41.29 152.5 -
System Red Green Blue C M Y K H S L
Decimal 207 185 19 0 0.11 0.91 0.19 52.98 0.83 0.44
Hex CF B9 13 0 B 5B 13 35 53 2C
Octal 317 271 23 0 13 133 23 65 123 54
Binary 11001111 10111001 10011 0 1011 1011011 10011 110101 1010011 101100

Color Harmonies of #CFB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB913

Black with #CFB913

Text Example


Text Example

White with #CFB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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