Html Css Color HEX #CED51F Barberry

📋 copy color: '#CED51F'

red 206 ◦ green 213 ◦ blue 31

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

Shades of Barberry #CED51F

Tints of Barberry #CED51F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

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

R = 45.78%
G = 47.33%
B = 6.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#CED51F (or 0xCED51F) is known color: Barberry. HEX triplet: CE, D5 and 1F. RGB value is (206,213,31). Sum of RGB (Red+Green+Blue) = 206+213+31=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #CED51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED51F is #312AE0. Grayscale: #BEBEBE. Windows color (decimal): -3222241 or 2086350. OLE color: 2086350.

HSL color Cylindrical-coordinate representation of color #CED51F: hue angle of 62.31º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED51F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 31 -
CMYK 0.03 0 0.85 0.16
HSL 62.31º 0.75% 0.48% -
HSV(B) 62.31º 0.85% 0.84% -
XYZ 49.5 60.81 10.43 -
YUV 190.16 38.18 139.3 -
System Red Green Blue C M Y K H S L
Decimal 206 213 31 0.03 0 0.85 0.16 62.31 0.75 0.48
Hex CE D5 1F 3 0 55 10 3E 4B 30
Octal 316 325 37 3 0 125 20 76 113 60
Binary 11001110 11010101 11111 11 0 1010101 10000 111110 1001011 110000

Color Harmonies of #CED51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED51F

Black with #CED51F

Text Example


Text Example

White with #CED51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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