Html Css Color HEX #CDD01C Barberry

📋 copy color: '#CDD01C'

red 205 ◦ green 208 ◦ blue 28

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

Shades of Barberry #CDD01C

Tints of Barberry #CDD01C

RGB

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

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

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

R = 46.49%
G = 47.17%
B = 6.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#CDD01C (or 0xCDD01C) is known color: Barberry. HEX triplet: CD, D0 and 1C. RGB value is (205,208,28). Sum of RGB (Red+Green+Blue) = 205+208+28=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD01C is #322FE3. Grayscale: #BBBBBB. Windows color (decimal): -3289060 or 1888461. OLE color: 1888461.

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

Color convert

RGB 205 208 28 -
CMYK 0.01 0 0.87 0.18
HSL 61º 0.76% 0.46% -
HSV(B) 61º 0.87% 0.82% -
XYZ 47.94 58.17 9.8 -
YUV 186.58 38.51 141.14 -
System Red Green Blue C M Y K H S L
Decimal 205 208 28 0.01 0 0.87 0.18 61 0.76 0.46
Hex CD D0 1C 1 0 57 12 3D 4C 2E
Octal 315 320 34 1 0 127 22 75 114 56
Binary 11001101 11010000 11100 1 0 1010111 10010 111101 1001100 101110

Color Harmonies of #CDD01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD01C

Black with #CDD01C

Text Example


Text Example

White with #CDD01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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