Html Css Color HEX #CEBD11 Bird Flower

📋 copy color: '#CEBD11'

red 206 ◦ green 189 ◦ blue 17

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

Shades of Bird Flower #CEBD11

Tints of Bird Flower #CEBD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.87%

 BLUE value IS 17 (7.03% from 255) = 4.13%

R = 50%
G = 45.87%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEBD11 (or 0xCEBD11) is known color: Bird Flower. HEX triplet: CE, BD and 11. RGB value is (206,189,17). Sum of RGB (Red+Green+Blue) = 206+189+17=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBD11 is #3142EE. Grayscale: #AFAFAF. Windows color (decimal): -3228399 or 1162702. OLE color: 1162702.

HSL color Cylindrical-coordinate representation of color #CEBD11: hue angle of 54.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEBD11 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 189 17 -
CMYK 0 0.08 0.92 0.19
HSL 54.6º 0.85% 0.44% -
HSV(B) 54.6º 0.92% 0.81% -
XYZ 43.75 49.56 7.79 -
YUV 174.48 39.13 150.49 -
System Red Green Blue C M Y K H S L
Decimal 206 189 17 0 0.08 0.92 0.19 54.6 0.85 0.44
Hex CE BD 11 0 8 5C 13 37 55 2C
Octal 316 275 21 0 10 134 23 67 125 54
Binary 11001110 10111101 10001 0 1000 1011100 10011 110111 1010101 101100

Color Harmonies of #CEBD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD11

Black with #CEBD11

Text Example


Text Example

White with #CEBD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD11; }

 p { color: rgb(206,189,17); }

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

background-color css

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

 a { background-color: rgb(206,189,17); }

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

border-color css

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

 span { border-color: rgb(206,189,17); }

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