Html Css Color HEX #CEBB1D Bird Flower

📋 copy color: '#CEBB1D'

red 206 ◦ green 187 ◦ blue 29

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

Shades of Bird Flower #CEBB1D

Tints of Bird Flower #CEBB1D

RGB

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

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

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

R = 48.82%
G = 44.31%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEBB1D (or 0xCEBB1D) is known color: Bird Flower. HEX triplet: CE, BB and 1D. RGB value is (206,187,29). Sum of RGB (Red+Green+Blue) = 206+187+29=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB1D is #3144E2. Grayscale: #AFAFAF. Windows color (decimal): -3228899 or 1948622. OLE color: 1948622.

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

Color convert

RGB 206 187 29 -
CMYK 0 0.09 0.86 0.19
HSL 53.56º 0.75% 0.46% -
HSV(B) 53.56º 0.86% 0.81% -
XYZ 43.45 48.75 8.28 -
YUV 174.67 45.79 150.35 -
System Red Green Blue C M Y K H S L
Decimal 206 187 29 0 0.09 0.86 0.19 53.56 0.75 0.46
Hex CE BB 1D 0 9 56 13 36 4B 2E
Octal 316 273 35 0 11 126 23 66 113 56
Binary 11001110 10111011 11101 0 1001 1010110 10011 110110 1001011 101110

Color Harmonies of #CEBB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB1D

Black with #CEBB1D

Text Example


Text Example

White with #CEBB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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