Html Css Color HEX #CEB413 Bird Flower

📋 copy color: '#CEB413'

red 206 ◦ green 180 ◦ blue 19

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

Shades of Bird Flower #CEB413

Tints of Bird Flower #CEB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 50.86%
G = 44.44%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEB413 (or 0xCEB413) is known color: Bird Flower. HEX triplet: CE, B4 and 13. RGB value is (206,180,19). Sum of RGB (Red+Green+Blue) = 206+180+19=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB413 is #314BEC. Grayscale: #AAAAAA. Windows color (decimal): -3230701 or 1291470. OLE color: 1291470.

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

Color convert

RGB 206 180 19 -
CMYK 0 0.13 0.91 0.19
HSL 51.66º 0.83% 0.44% -
HSV(B) 51.66º 0.91% 0.81% -
XYZ 41.89 45.81 7.25 -
YUV 169.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 206 180 19 0 0.13 0.91 0.19 51.66 0.83 0.44
Hex CE B4 13 0 D 5B 13 34 53 2C
Octal 316 264 23 0 15 133 23 64 123 54
Binary 11001110 10110100 10011 0 1101 1011011 10011 110100 1010011 101100

Color Harmonies of #CEB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB413

Black with #CEB413

Text Example


Text Example

White with #CEB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB413; }

 p { color: rgb(206,180,19); }

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

background-color css

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

 a { background-color: rgb(206,180,19); }

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

border-color css

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

 span { border-color: rgb(206,180,19); }

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