Html Css Color HEX #CDDC15 Barberry

📋 copy color: '#CDDC15'

red 205 ◦ green 220 ◦ blue 21

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

Shades of Barberry #CDDC15

Tints of Barberry #CDDC15

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.33%

 BLUE value IS 21 (8.59% from 255) = 4.71%

R = 45.96%
G = 49.33%
B = 4.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#CDDC15 (or 0xCDDC15) is known color: Barberry. HEX triplet: CD, DC and 15. RGB value is (205,220,21). Sum of RGB (Red+Green+Blue) = 205+220+21=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC15 is #3223EA. Grayscale: #C1C1C1. Windows color (decimal): -3285995 or 1432781. OLE color: 1432781.

HSL color Cylindrical-coordinate representation of color #CDDC15: hue angle of 64.52º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDDC15 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 21 -
CMYK 0.07 0 0.90 0.14
HSL 64.52º 0.83% 0.47% -
HSV(B) 64.52º 0.9% 0.86% -
XYZ 50.91 64.22 10.42 -
YUV 192.83 31.03 136.68 -
System Red Green Blue C M Y K H S L
Decimal 205 220 21 0.07 0 0.90 0.14 64.52 0.83 0.47
Hex CD DC 15 7 0 5A E 41 53 2F
Octal 315 334 25 7 0 132 16 101 123 57
Binary 11001101 11011100 10101 111 0 1011010 1110 1000001 1010011 101111

Color Harmonies of #CDDC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC15

Black with #CDDC15

Text Example


Text Example

White with #CDDC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC15; }

 p { color: rgb(205,220,21); }

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

background-color css

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

 a { background-color: rgb(205,220,21); }

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

border-color css

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

 span { border-color: rgb(205,220,21); }

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