Html Css Color HEX #CCCB26 Barberry

📋 copy color: '#CCCB26'

red 204 ◦ green 203 ◦ blue 38

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

Shades of Barberry #CCCB26

Tints of Barberry #CCCB26

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

 BLUE value IS 38 (15.23% from 255) = 8.54%

R = 45.84%
G = 45.62%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCCB26 (or 0xCCCB26) is known color: Barberry. HEX triplet: CC, CB and 26. RGB value is (204,203,38). Sum of RGB (Red+Green+Blue) = 204+203+38=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB26 is #3334D9. Grayscale: #B9B9B9. Windows color (decimal): -3355866 or 2542540. OLE color: 2542540.

HSL color Cylindrical-coordinate representation of color #CCCB26: hue angle of 59.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCCB26 is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 38 -
CMYK 0 0.00 0.81 0.2
HSL 59.64º 0.69% 0.47% -
HSV(B) 59.64º 0.81% 0.8% -
XYZ 46.61 55.69 10.13 -
YUV 184.49 45.33 141.92 -
System Red Green Blue C M Y K H S L
Decimal 204 203 38 0 0.00 0.81 0.2 59.64 0.69 0.47
Hex CC CB 26 0 0 51 14 3C 45 2F
Octal 314 313 46 0 0 121 24 74 105 57
Binary 11001100 11001011 100110 0 0 1010001 10100 111100 1000101 101111

Color Harmonies of #CCCB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB26

Black with #CCCB26

Text Example


Text Example

White with #CCCB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB26; }

 p { color: rgb(204,203,38); }

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

background-color css

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

 a { background-color: rgb(204,203,38); }

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

border-color css

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

 span { border-color: rgb(204,203,38); }

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