Html Css Color HEX #CEB612 Bird Flower

📋 copy color: '#CEB612'

red 206 ◦ green 182 ◦ blue 18

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

Shades of Bird Flower #CEB612

Tints of Bird Flower #CEB612

RGB

 RED value IS 206 (80.86% from 255) = 50.74%

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

 BLUE value IS 18 (7.42% from 255) = 4.43%

R = 50.74%
G = 44.83%
B = 4.43%

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

#CEB612 (or 0xCEB612) is known color: Bird Flower. HEX triplet: CE, B6 and 12. RGB value is (206,182,18). Sum of RGB (Red+Green+Blue) = 206+182+18=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB612 is #3149ED. Grayscale: #ABABAB. Windows color (decimal): -3230190 or 1226446. OLE color: 1226446.

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

Color convert

RGB 206 182 18 -
CMYK 0 0.12 0.91 0.19
HSL 52.34º 0.84% 0.44% -
HSV(B) 52.34º 0.91% 0.81% -
XYZ 42.29 46.62 7.34 -
YUV 170.48 41.95 153.34 -
System Red Green Blue C M Y K H S L
Decimal 206 182 18 0 0.12 0.91 0.19 52.34 0.84 0.44
Hex CE B6 12 0 C 5B 13 34 54 2C
Octal 316 266 22 0 14 133 23 64 124 54
Binary 11001110 10110110 10010 0 1100 1011011 10011 110100 1010100 101100

Color Harmonies of #CEB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB612

Black with #CEB612

Text Example


Text Example

White with #CEB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB612; }

 p { color: rgb(206,182,18); }

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

background-color css

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

 a { background-color: rgb(206,182,18); }

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

border-color css

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

 span { border-color: rgb(206,182,18); }

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