Html Css Color HEX #CEB60D Bird Flower

📋 copy color: '#CEB60D'

red 206 ◦ green 182 ◦ blue 13

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

Shades of Bird Flower #CEB60D

Tints of Bird Flower #CEB60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.24%

R = 51.37%
G = 45.39%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEB60D (or 0xCEB60D) is known color: Bird Flower. HEX triplet: CE, B6 and 0D. RGB value is (206,182,13). Sum of RGB (Red+Green+Blue) = 206+182+13=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB60D is #3149F2. Grayscale: #AAAAAA. Windows color (decimal): -3230195 or 898766. OLE color: 898766.

HSL color Cylindrical-coordinate representation of color #CEB60D: hue angle of 52.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEB60D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 13 -
CMYK 0 0.12 0.94 0.19
HSL 52.54º 0.88% 0.43% -
HSV(B) 52.54º 0.94% 0.81% -
XYZ 42.25 46.61 7.15 -
YUV 169.91 39.45 153.74 -
System Red Green Blue C M Y K H S L
Decimal 206 182 13 0 0.12 0.94 0.19 52.54 0.88 0.43
Hex CE B6 D 0 C 5E 13 35 58 2B
Octal 316 266 15 0 14 136 23 65 130 53
Binary 11001110 10110110 1101 0 1100 1011110 10011 110101 1011000 101011

Color Harmonies of #CEB60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB60D

Black with #CEB60D

Text Example


Text Example

White with #CEB60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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