Html Css Color HEX #CEB61D Bird Flower

📋 copy color: '#CEB61D'

red 206 ◦ green 182 ◦ blue 29

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

Shades of Bird Flower #CEB61D

Tints of Bird Flower #CEB61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.95%

R = 49.4%
G = 43.65%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEB61D (or 0xCEB61D) is known color: Bird Flower. HEX triplet: CE, B6 and 1D. RGB value is (206,182,29). Sum of RGB (Red+Green+Blue) = 206+182+29=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB61D is #3149E2. Grayscale: #ACACAC. Windows color (decimal): -3230179 or 1947342. OLE color: 1947342.

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

Color convert

RGB 206 182 29 -
CMYK 0 0.12 0.86 0.19
HSL 51.86º 0.75% 0.46% -
HSV(B) 51.86º 0.86% 0.81% -
XYZ 42.4 46.67 7.94 -
YUV 171.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 206 182 29 0 0.12 0.86 0.19 51.86 0.75 0.46
Hex CE B6 1D 0 C 56 13 34 4B 2E
Octal 316 266 35 0 14 126 23 64 113 56
Binary 11001110 10110110 11101 0 1100 1010110 10011 110100 1001011 101110

Color Harmonies of #CEB61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB61D

Black with #CEB61D

Text Example


Text Example

White with #CEB61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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