Html Css Color HEX #CEBF13 Bird Flower

📋 copy color: '#CEBF13'

red 206 ◦ green 191 ◦ blue 19

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

Shades of Bird Flower #CEBF13

Tints of Bird Flower #CEBF13

RGB

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

 GREEN value IS 191 (75% from 255) = 45.91%

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

R = 49.52%
G = 45.91%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEBF13 (or 0xCEBF13) is known color: Bird Flower. HEX triplet: CE, BF and 13. RGB value is (206,191,19). Sum of RGB (Red+Green+Blue) = 206+191+19=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBF13 is #3140EC. Grayscale: #B0B0B0. Windows color (decimal): -3227885 or 1294286. OLE color: 1294286.

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

Color convert

RGB 206 191 19 -
CMYK 0 0.07 0.91 0.19
HSL 55.19º 0.83% 0.44% -
HSV(B) 55.19º 0.91% 0.81% -
XYZ 44.2 50.43 8.02 -
YUV 175.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 206 191 19 0 0.07 0.91 0.19 55.19 0.83 0.44
Hex CE BF 13 0 7 5B 13 37 53 2C
Octal 316 277 23 0 7 133 23 67 123 54
Binary 11001110 10111111 10011 0 111 1011011 10011 110111 1010011 101100

Color Harmonies of #CEBF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF13

Black with #CEBF13

Text Example


Text Example

White with #CEBF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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