Html Css Color HEX #CDD018 Barberry

📋 copy color: '#CDD018'

red 205 ◦ green 208 ◦ blue 24

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

Shades of Barberry #CDD018

Tints of Barberry #CDD018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.6%

 BLUE value IS 24 (9.77% from 255) = 5.49%

R = 46.91%
G = 47.6%
B = 5.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#CDD018 (or 0xCDD018) is known color: Barberry. HEX triplet: CD, D0 and 18. RGB value is (205,208,24). Sum of RGB (Red+Green+Blue) = 205+208+24=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD018 is #322FE7. Grayscale: #BABABA. Windows color (decimal): -3289064 or 1626317. OLE color: 1626317.

HSL color Cylindrical-coordinate representation of color #CDD018: hue angle of 60.98º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDD018 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 208 24 -
CMYK 0.01 0 0.88 0.18
HSL 60.98º 0.79% 0.45% -
HSV(B) 60.98º 0.88% 0.82% -
XYZ 47.9 58.16 9.57 -
YUV 186.13 36.51 141.46 -
System Red Green Blue C M Y K H S L
Decimal 205 208 24 0.01 0 0.88 0.18 60.98 0.79 0.45
Hex CD D0 18 1 0 58 12 3D 4F 2D
Octal 315 320 30 1 0 130 22 75 117 55
Binary 11001101 11010000 11000 1 0 1011000 10010 111101 1001111 101101

Color Harmonies of #CDD018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD018

Black with #CDD018

Text Example


Text Example

White with #CDD018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD018; }

 p { color: rgb(205,208,24); }

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

background-color css

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

 a { background-color: rgb(205,208,24); }

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

border-color css

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

 span { border-color: rgb(205,208,24); }

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