Html Css Color HEX #CEB40D Bird Flower

📋 copy color: '#CEB40D'

red 206 ◦ green 180 ◦ blue 13

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

Shades of Bird Flower #CEB40D

Tints of Bird Flower #CEB40D

RGB

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

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

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

R = 51.63%
G = 45.11%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEB40D (or 0xCEB40D) is known color: Bird Flower. HEX triplet: CE, B4 and 0D. RGB value is (206,180,13). Sum of RGB (Red+Green+Blue) = 206+180+13=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB40D is #314BF2. Grayscale: #A9A9A9. Windows color (decimal): -3230707 or 898254. OLE color: 898254.

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

Color convert

RGB 206 180 13 -
CMYK 0 0.13 0.94 0.19
HSL 51.92º 0.88% 0.43% -
HSV(B) 51.92º 0.94% 0.81% -
XYZ 41.85 45.79 7.01 -
YUV 168.74 40.11 154.58 -
System Red Green Blue C M Y K H S L
Decimal 206 180 13 0 0.13 0.94 0.19 51.92 0.88 0.43
Hex CE B4 D 0 D 5E 13 34 58 2B
Octal 316 264 15 0 15 136 23 64 130 53
Binary 11001110 10110100 1101 0 1101 1011110 10011 110100 1011000 101011

Color Harmonies of #CEB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB40D

Black with #CEB40D

Text Example


Text Example

White with #CEB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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