Html Css Color HEX #CCD01D Barberry

📋 copy color: '#CCD01D'

red 204 ◦ green 208 ◦ blue 29

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

Shades of Barberry #CCD01D

Tints of Barberry #CCD01D

RGB

 RED value IS 204 (80.08% from 255) = 46.26%

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

 BLUE value IS 29 (11.72% from 255) = 6.58%

R = 46.26%
G = 47.17%
B = 6.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#CCD01D (or 0xCCD01D) is known color: Barberry. HEX triplet: CC, D0 and 1D. RGB value is (204,208,29). Sum of RGB (Red+Green+Blue) = 204+208+29=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD01D is #332FE2. Grayscale: #BBBBBB. Windows color (decimal): -3354595 or 1953996. OLE color: 1953996.

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

Color convert

RGB 204 208 29 -
CMYK 0.02 0 0.86 0.18
HSL 61.34º 0.76% 0.46% -
HSV(B) 61.34º 0.86% 0.82% -
XYZ 47.68 58.04 9.85 -
YUV 186.4 39.17 140.55 -
System Red Green Blue C M Y K H S L
Decimal 204 208 29 0.02 0 0.86 0.18 61.34 0.76 0.46
Hex CC D0 1D 2 0 56 12 3D 4C 2E
Octal 314 320 35 2 0 126 22 75 114 56
Binary 11001100 11010000 11101 10 0 1010110 10010 111101 1001100 101110

Color Harmonies of #CCD01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD01D

Black with #CCD01D

Text Example


Text Example

White with #CCD01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD01D; }

 p { color: rgb(204,208,29); }

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

background-color css

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

 a { background-color: rgb(204,208,29); }

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

border-color css

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

 span { border-color: rgb(204,208,29); }

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