Html Css Color HEX #CEB40F Bird Flower

📋 copy color: '#CEB40F'

red 206 ◦ green 180 ◦ blue 15

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

Shades of Bird Flower #CEB40F

Tints of Bird Flower #CEB40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 51.37%
G = 44.89%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEB40F (or 0xCEB40F) is known color: Bird Flower. HEX triplet: CE, B4 and 0F. RGB value is (206,180,15). Sum of RGB (Red+Green+Blue) = 206+180+15=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB40F is #314BF0. Grayscale: #A9A9A9. Windows color (decimal): -3230705 or 1029326. OLE color: 1029326.

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

Color convert

RGB 206 180 15 -
CMYK 0 0.13 0.93 0.19
HSL 51.83º 0.86% 0.43% -
HSV(B) 51.83º 0.93% 0.81% -
XYZ 41.86 45.8 7.09 -
YUV 168.96 41.11 154.42 -
System Red Green Blue C M Y K H S L
Decimal 206 180 15 0 0.13 0.93 0.19 51.83 0.86 0.43
Hex CE B4 F 0 D 5D 13 34 56 2B
Octal 316 264 17 0 15 135 23 64 126 53
Binary 11001110 10110100 1111 0 1101 1011101 10011 110100 1010110 101011

Color Harmonies of #CEB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB40F

Black with #CEB40F

Text Example


Text Example

White with #CEB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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