Html Css Color HEX #CDD021 Barberry

📋 copy color: '#CDD021'

red 205 ◦ green 208 ◦ blue 33

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

Shades of Barberry #CDD021

Tints of Barberry #CDD021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.4%

R = 45.96%
G = 46.64%
B = 7.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#CDD021 (or 0xCDD021) is known color: Barberry. HEX triplet: CD, D0 and 21. RGB value is (205,208,33). Sum of RGB (Red+Green+Blue) = 205+208+33=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD021 is #322FDE. Grayscale: #BBBBBB. Windows color (decimal): -3289055 or 2216141. OLE color: 2216141.

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

Color convert

RGB 205 208 33 -
CMYK 0.01 0 0.84 0.18
HSL 61.03º 0.73% 0.47% -
HSV(B) 61.03º 0.84% 0.82% -
XYZ 48.01 58.2 10.14 -
YUV 187.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 205 208 33 0.01 0 0.84 0.18 61.03 0.73 0.47
Hex CD D0 21 1 0 54 12 3D 49 2F
Octal 315 320 41 1 0 124 22 75 111 57
Binary 11001101 11010000 100001 1 0 1010100 10010 111101 1001001 101111

Color Harmonies of #CDD021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD021

Black with #CDD021

Text Example


Text Example

White with #CDD021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD021; }

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

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

background-color css

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

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

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

border-color css

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

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

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