Html Css Color HEX #CEAF01 Bird Flower

📋 copy color: '#CEAF01'

red 206 ◦ green 175 ◦ blue 1

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

Shades of Bird Flower #CEAF01

Tints of Bird Flower #CEAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.81%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 53.93%
G = 45.81%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEAF01 (or 0xCEAF01) is known color: Bird Flower. HEX triplet: CE, AF and 01. RGB value is (206,175,1). Sum of RGB (Red+Green+Blue) = 206+175+1=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF01 is #3150FE. Grayscale: #A5A5A5. Windows color (decimal): -3231999 or 110542. OLE color: 110542.

HSL color Cylindrical-coordinate representation of color #CEAF01: hue angle of 50.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEAF01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 1 -
CMYK 0 0.15 1.00 0.19
HSL 50.93º 0.99% 0.41% -
HSV(B) 50.93º 1% 0.81% -
XYZ 40.79 43.78 6.33 -
YUV 164.43 35.77 157.65 -
System Red Green Blue C M Y K H S L
Decimal 206 175 1 0 0.15 1.00 0.19 50.93 0.99 0.41
Hex CE AF 1 0 F 64 13 33 63 29
Octal 316 257 1 0 17 144 23 63 143 51
Binary 11001110 10101111 1 0 1111 1100100 10011 110011 1100011 101001

Color Harmonies of #CEAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF01

Black with #CEAF01

Text Example


Text Example

White with #CEAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF01; }

 p { color: rgb(206,175,1); }

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

background-color css

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

 a { background-color: rgb(206,175,1); }

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

border-color css

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

 span { border-color: rgb(206,175,1); }

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