Html Css Color HEX #CFB613 Bird Flower

📋 copy color: '#CFB613'

red 207 ◦ green 182 ◦ blue 19

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

Shades of Bird Flower #CFB613

Tints of Bird Flower #CFB613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.61%

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

R = 50.74%
G = 44.61%
B = 4.66%

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

#CFB613 (or 0xCFB613) is known color: Bird Flower. HEX triplet: CF, B6 and 13. RGB value is (207,182,19). Sum of RGB (Red+Green+Blue) = 207+182+19=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB613 is #3049EC. Grayscale: #ABABAB. Windows color (decimal): -3164653 or 1291983. OLE color: 1291983.

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

Color convert

RGB 207 182 19 -
CMYK 0 0.12 0.91 0.19
HSL 52.02º 0.83% 0.44% -
HSV(B) 52.02º 0.91% 0.81% -
XYZ 42.58 46.77 7.4 -
YUV 170.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 207 182 19 0 0.12 0.91 0.19 52.02 0.83 0.44
Hex CF B6 13 0 C 5B 13 34 53 2C
Octal 317 266 23 0 14 133 23 64 123 54
Binary 11001111 10110110 10011 0 1100 1011011 10011 110100 1010011 101100

Color Harmonies of #CFB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB613

Black with #CFB613

Text Example


Text Example

White with #CFB613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB613; }

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

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

background-color css

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

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

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

border-color css

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

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

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