Html Css Color HEX #CEBE1F Bird Flower

📋 copy color: '#CEBE1F'

red 206 ◦ green 190 ◦ blue 31

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

Shades of Bird Flower #CEBE1F

Tints of Bird Flower #CEBE1F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

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

R = 48.24%
G = 44.5%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEBE1F (or 0xCEBE1F) is known color: Bird Flower. HEX triplet: CE, BE and 1F. RGB value is (206,190,31). Sum of RGB (Red+Green+Blue) = 206+190+31=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE1F is #3141E0. Grayscale: #B1B1B1. Windows color (decimal): -3228129 or 2080462. OLE color: 2080462.

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

Color convert

RGB 206 190 31 -
CMYK 0 0.08 0.85 0.19
HSL 54.51º 0.74% 0.46% -
HSV(B) 54.51º 0.85% 0.81% -
XYZ 44.11 50.05 8.63 -
YUV 176.66 45.8 148.93 -
System Red Green Blue C M Y K H S L
Decimal 206 190 31 0 0.08 0.85 0.19 54.51 0.74 0.46
Hex CE BE 1F 0 8 55 13 37 4A 2E
Octal 316 276 37 0 10 125 23 67 112 56
Binary 11001110 10111110 11111 0 1000 1010101 10011 110111 1001010 101110

Color Harmonies of #CEBE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBE1F

Black with #CEBE1F

Text Example


Text Example

White with #CEBE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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