Html Css Color HEX #CDDA15 Barberry

📋 copy color: '#CDDA15'

red 205 ◦ green 218 ◦ blue 21

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

Shades of Barberry #CDDA15

Tints of Barberry #CDDA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

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

R = 46.17%
G = 49.1%
B = 4.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#CDDA15 (or 0xCDDA15) is known color: Barberry. HEX triplet: CD, DA and 15. RGB value is (205,218,21). Sum of RGB (Red+Green+Blue) = 205+218+21=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDA15 is #3225EA. Grayscale: #C0C0C0. Windows color (decimal): -3286507 or 1432269. OLE color: 1432269.

HSL color Cylindrical-coordinate representation of color #CDDA15: hue angle of 63.96º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDDA15 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 21 -
CMYK 0.06 0 0.90 0.15
HSL 63.96º 0.82% 0.47% -
HSV(B) 63.96º 0.9% 0.85% -
XYZ 50.38 63.18 10.25 -
YUV 191.66 31.69 137.52 -
System Red Green Blue C M Y K H S L
Decimal 205 218 21 0.06 0 0.90 0.15 63.96 0.82 0.47
Hex CD DA 15 6 0 5A F 40 52 2F
Octal 315 332 25 6 0 132 17 100 122 57
Binary 11001101 11011010 10101 110 0 1011010 1111 1000000 1010010 101111

Color Harmonies of #CDDA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA15

Black with #CDDA15

Text Example


Text Example

White with #CDDA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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