Html Css Color HEX #CED51D Barberry

📋 copy color: '#CED51D'

red 206 ◦ green 213 ◦ blue 29

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

Shades of Barberry #CED51D

Tints of Barberry #CED51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.47%

R = 45.98%
G = 47.54%
B = 6.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#CED51D (or 0xCED51D) is known color: Barberry. HEX triplet: CE, D5 and 1D. RGB value is (206,213,29). Sum of RGB (Red+Green+Blue) = 206+213+29=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #CED51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED51D is #312AE2. Grayscale: #BEBEBE. Windows color (decimal): -3222243 or 1955278. OLE color: 1955278.

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

Color convert

RGB 206 213 29 -
CMYK 0.03 0 0.86 0.16
HSL 62.28º 0.76% 0.47% -
HSV(B) 62.28º 0.86% 0.84% -
XYZ 49.47 60.8 10.29 -
YUV 189.93 37.18 139.46 -
System Red Green Blue C M Y K H S L
Decimal 206 213 29 0.03 0 0.86 0.16 62.28 0.76 0.47
Hex CE D5 1D 3 0 56 10 3E 4C 2F
Octal 316 325 35 3 0 126 20 76 114 57
Binary 11001110 11010101 11101 11 0 1010110 10000 111110 1001100 101111

Color Harmonies of #CED51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED51D

Black with #CED51D

Text Example


Text Example

White with #CED51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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