Html Css Color HEX #CEBD17 Bird Flower

📋 copy color: '#CEBD17'

red 206 ◦ green 189 ◦ blue 23

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

Shades of Bird Flower #CEBD17

Tints of Bird Flower #CEBD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.5%

R = 49.28%
G = 45.22%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEBD17 (or 0xCEBD17) is known color: Bird Flower. HEX triplet: CE, BD and 17. RGB value is (206,189,23). Sum of RGB (Red+Green+Blue) = 206+189+23=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBD17 is #3142E8. Grayscale: #AFAFAF. Windows color (decimal): -3228393 or 1555918. OLE color: 1555918.

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

Color convert

RGB 206 189 23 -
CMYK 0 0.08 0.89 0.19
HSL 54.43º 0.8% 0.45% -
HSV(B) 54.43º 0.89% 0.81% -
XYZ 43.81 49.58 8.07 -
YUV 175.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 206 189 23 0 0.08 0.89 0.19 54.43 0.8 0.45
Hex CE BD 17 0 8 59 13 36 50 2D
Octal 316 275 27 0 10 131 23 66 120 55
Binary 11001110 10111101 10111 0 1000 1011001 10011 110110 1010000 101101

Color Harmonies of #CEBD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD17

Black with #CEBD17

Text Example


Text Example

White with #CEBD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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