Html Css Color HEX #CCD023 Barberry

📋 copy color: '#CCD023'

red 204 ◦ green 208 ◦ blue 35

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

Shades of Barberry #CCD023

Tints of Barberry #CCD023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.83%

R = 45.64%
G = 46.53%
B = 7.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#CCD023 (or 0xCCD023) is known color: Barberry. HEX triplet: CC, D0 and 23. RGB value is (204,208,35). Sum of RGB (Red+Green+Blue) = 204+208+35=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD023 is #332FDC. Grayscale: #BBBBBB. Windows color (decimal): -3354589 or 2347212. OLE color: 2347212.

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

Color convert

RGB 204 208 35 -
CMYK 0.02 0 0.83 0.18
HSL 61.39º 0.71% 0.48% -
HSV(B) 61.39º 0.83% 0.82% -
XYZ 47.76 58.07 10.28 -
YUV 187.08 42.17 140.07 -
System Red Green Blue C M Y K H S L
Decimal 204 208 35 0.02 0 0.83 0.18 61.39 0.71 0.48
Hex CC D0 23 2 0 53 12 3D 47 30
Octal 314 320 43 2 0 123 22 75 107 60
Binary 11001100 11010000 100011 10 0 1010011 10010 111101 1000111 110000

Color Harmonies of #CCD023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD023

Black with #CCD023

Text Example


Text Example

White with #CCD023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD023; }

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

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

background-color css

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

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

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

border-color css

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

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

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