Html Css Color HEX #CCD61D Barberry

📋 copy color: '#CCD61D'

red 204 ◦ green 214 ◦ blue 29

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

Shades of Barberry #CCD61D

Tints of Barberry #CCD61D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

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

R = 45.64%
G = 47.87%
B = 6.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#CCD61D (or 0xCCD61D) is known color: Barberry. HEX triplet: CC, D6 and 1D. RGB value is (204,214,29). Sum of RGB (Red+Green+Blue) = 204+214+29=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD61D is #3329E2. Grayscale: #BEBEBE. Windows color (decimal): -3353059 or 1955532. OLE color: 1955532.

HSL color Cylindrical-coordinate representation of color #CCD61D: hue angle of 63.24º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCD61D is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 29 -
CMYK 0.05 0 0.86 0.16
HSL 63.24º 0.76% 0.48% -
HSV(B) 63.24º 0.86% 0.84% -
XYZ 49.17 61.02 10.35 -
YUV 189.92 37.19 138.04 -
System Red Green Blue C M Y K H S L
Decimal 204 214 29 0.05 0 0.86 0.16 63.24 0.76 0.48
Hex CC D6 1D 5 0 56 10 3F 4C 30
Octal 314 326 35 5 0 126 20 77 114 60
Binary 11001100 11010110 11101 101 0 1010110 10000 111111 1001100 110000

Color Harmonies of #CCD61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD61D

Black with #CCD61D

Text Example


Text Example

White with #CCD61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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