Html Css Color HEX #CDD51C Barberry

📋 copy color: '#CDD51C'

red 205 ◦ green 213 ◦ blue 28

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

Shades of Barberry #CDD51C

Tints of Barberry #CDD51C

RGB

 RED value IS 205 (80.47% from 255) = 45.96%

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

 BLUE value IS 28 (11.33% from 255) = 6.28%

R = 45.96%
G = 47.76%
B = 6.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#CDD51C (or 0xCDD51C) is known color: Barberry. HEX triplet: CD, D5 and 1C. RGB value is (205,213,28). Sum of RGB (Red+Green+Blue) = 205+213+28=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD51C is #322AE3. Grayscale: #BEBEBE. Windows color (decimal): -3287780 or 1889741. OLE color: 1889741.

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

Color convert

RGB 205 213 28 -
CMYK 0.04 0 0.87 0.16
HSL 62.59º 0.77% 0.47% -
HSV(B) 62.59º 0.87% 0.84% -
XYZ 49.18 60.65 10.21 -
YUV 189.52 36.85 139.04 -
System Red Green Blue C M Y K H S L
Decimal 205 213 28 0.04 0 0.87 0.16 62.59 0.77 0.47
Hex CD D5 1C 4 0 57 10 3F 4D 2F
Octal 315 325 34 4 0 127 20 77 115 57
Binary 11001101 11010101 11100 100 0 1010111 10000 111111 1001101 101111

Color Harmonies of #CDD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD51C

Black with #CDD51C

Text Example


Text Example

White with #CDD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD51C; }

 p { color: rgb(205,213,28); }

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

background-color css

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

 a { background-color: rgb(205,213,28); }

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

border-color css

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

 span { border-color: rgb(205,213,28); }

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