Html Css Color HEX #CEBB1F Bird Flower

📋 copy color: '#CEBB1F'

red 206 ◦ green 187 ◦ blue 31

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

Shades of Bird Flower #CEBB1F

Tints of Bird Flower #CEBB1F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.1%

 BLUE value IS 31 (12.5% from 255) = 7.31%

R = 48.58%
G = 44.1%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEBB1F (or 0xCEBB1F) is known color: Bird Flower. HEX triplet: CE, BB and 1F. RGB value is (206,187,31). Sum of RGB (Red+Green+Blue) = 206+187+31=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB1F is #3144E0. Grayscale: #AFAFAF. Windows color (decimal): -3228897 or 2079694. OLE color: 2079694.

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

Color convert

RGB 206 187 31 -
CMYK 0 0.09 0.85 0.19
HSL 53.49º 0.74% 0.46% -
HSV(B) 53.49º 0.85% 0.81% -
XYZ 43.47 48.76 8.42 -
YUV 174.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 206 187 31 0 0.09 0.85 0.19 53.49 0.74 0.46
Hex CE BB 1F 0 9 55 13 35 4A 2E
Octal 316 273 37 0 11 125 23 65 112 56
Binary 11001110 10111011 11111 0 1001 1010101 10011 110101 1001010 101110

Color Harmonies of #CEBB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB1F

Black with #CEBB1F

Text Example


Text Example

White with #CEBB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB1F; }

 p { color: rgb(206,187,31); }

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

background-color css

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

 a { background-color: rgb(206,187,31); }

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

border-color css

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

 span { border-color: rgb(206,187,31); }

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