Html Css Color HEX #CEBB0D Bird Flower

📋 copy color: '#CEBB0D'

red 206 ◦ green 187 ◦ blue 13

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

Shades of Bird Flower #CEBB0D

Tints of Bird Flower #CEBB0D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.06%

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

R = 50.74%
G = 46.06%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEBB0D (or 0xCEBB0D) is known color: Bird Flower. HEX triplet: CE, BB and 0D. RGB value is (206,187,13). Sum of RGB (Red+Green+Blue) = 206+187+13=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB0D is #3144F2. Grayscale: #ADADAD. Windows color (decimal): -3228915 or 900046. OLE color: 900046.

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

Color convert

RGB 206 187 13 -
CMYK 0 0.09 0.94 0.19
HSL 54.09º 0.88% 0.43% -
HSV(B) 54.09º 0.94% 0.81% -
XYZ 43.3 48.69 7.5 -
YUV 172.85 37.79 151.65 -
System Red Green Blue C M Y K H S L
Decimal 206 187 13 0 0.09 0.94 0.19 54.09 0.88 0.43
Hex CE BB D 0 9 5E 13 36 58 2B
Octal 316 273 15 0 11 136 23 66 130 53
Binary 11001110 10111011 1101 0 1001 1011110 10011 110110 1011000 101011

Color Harmonies of #CEBB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB0D

Black with #CEBB0D

Text Example


Text Example

White with #CEBB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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